home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
edit
/
cpaint.lha
/
Others_I_Wrote.lha
/
wint.e
< prev
Wrap
Text File
|
1993-12-10
|
195b
|
14 lines
/*prog to test windows*/
PROC main()
DEF w,x,y
FOR x:=0 TO 8
y:=4000+x
w:=OpenW(0,0,333,200,3,y,'test window',NIL,1,NIL)
WriteF('Opening window sflag #\d',x)
Delay(25)
CloseW(w)
ENDFOR
ENDPROC